提交 a12c8953 编写于 作者: DCloud-yinjiacheng's avatar DCloud-yinjiacheng

更新image示例

上级 44c7d105
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
</template> </template>
<script> <script>
import logo from './logo.png';
export default { export default {
data() { data() {
return { return {
...@@ -34,8 +35,8 @@ ...@@ -34,8 +35,8 @@
description: '本地相对路径忽略大小写' description: '本地相对路径忽略大小写'
}, },
{ {
src: 'logo.png', src: logo,
description: '非static目录无法访问' description: '非static目录'
}, },
{ {
// #ifdef APP-ANDROID // #ifdef APP-ANDROID
...@@ -92,7 +93,6 @@ ...@@ -92,7 +93,6 @@
src : string src : string
description : string description : string
} }
</script> </script>
<style> <style>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册