mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-07 18:39:47 +08:00
14 lines
173 B
Vue
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>
|