2018-09-05 11:25:28 +08:00
|
|
|
<template>
|
2018-09-07 17:54:39 +08:00
|
|
|
<div>
|
|
|
|
hello.vue
|
|
|
|
|
2018-09-05 11:25:28 +08:00
|
|
|
</div>
|
2018-09-07 17:54:39 +08:00
|
|
|
|
2018-09-05 11:25:28 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts">
|
2018-09-07 17:54:39 +08:00
|
|
|
import Vue from "vue";
|
|
|
|
export default Vue.extend({});
|
2018-09-05 11:25:28 +08:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
|
</style>
|