1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-07 18:39:47 +08:00
2019-03-22 14:55:02 +08:00

14 lines
173 B
Vue

<template lang="pug">
div
{{banana}}
</template>
<script lang="ts">
import Vue from 'vue'
export default Vue.extend({
})
</script>
<style lang="scss" scoped>
</style>