mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-11 14:48:13 -05:00
17 lines
206 B
Vue
17 lines
206 B
Vue
![]() |
<template>
|
||
|
<div id="upload-view">
|
||
|
upload
|
||
|
</div>
|
||
|
</template>
|
||
|
<script>
|
||
|
export default {
|
||
|
name: 'upload',
|
||
|
data () {
|
||
|
return {
|
||
|
msg: '123'
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
<style lang='stylus'>
|
||
|
</style>
|