20 lines
153 B
Vue
20 lines
153 B
Vue
<template>
|
|
<view>
|
|
测试插件
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
};
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style>
|