Skip to content

Hello Vue

What is Vue

This is a Demo

<template>
  <div></div>
</template>

<script>
export default {
  data () {return {}},
  methods: {},
  mounted (),
  created (),
  components: {}
}
</script>

<style>
</style>

Released under the ISC License.