mirror of
https://gitee.com/was666/as-editor.git
synced 2026-04-21 00:00:01 +08:00
16 lines
187 B
Vue
16 lines
187 B
Vue
<template>
|
|
<div id="qrcode"></div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'qrcode',
|
|
data() {
|
|
return {}
|
|
},
|
|
methods: {},
|
|
}
|
|
</script>
|
|
|
|
<style lang="less" scoped></style>
|