修改忽略文件
This commit is contained in:
26
uni_modules/uni-test/components/uni-test/uni-test.vue
Normal file
26
uni_modules/uni-test/components/uni-test/uni-test.vue
Normal file
@ -0,0 +1,26 @@
|
||||
<template>
|
||||
<view>
|
||||
测试插件
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
};
|
||||
},
|
||||
onLoad() {
|
||||
let fonts = []
|
||||
let obj = {}
|
||||
fonts.forEach(v=>{
|
||||
obj[v.name] = '\\u'+v.unicode
|
||||
})
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user