We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3543d commit 307495aCopy full SHA for 307495a
website/docs/.vuepress/components/HomeFooter.vue
@@ -2,7 +2,7 @@
2
<footer class="footer">
3
A product by:
4
<a href="https://www.jbaysolutions.com/" target="_blank" rel="noopener" class="footer-card">
5
- <img src="assets/img/logo-jbay.png" />
+ <img src="/assets/img/logo-jbay.png" />
6
</a>
7
</footer>
8
</template>
website/docs/zh/guide/properties.md
@@ -103,7 +103,7 @@
103
* required: `false`
104
* default: `false`
105
106
-防止碰撞属性,值设置为`ture`时,栅格只能拖动至空白处。
+防止碰撞属性,值设置为`true`时,栅格只能拖动至空白处。
107
108
### useCssTransforms
109
0 commit comments