GithubHelp home page GithubHelp logo

swiper about vux HOT 15 CLOSED

airyland avatar airyland commented on May 4, 2024
swiper

from vux.

Comments (15)

airyland avatar airyland commented on May 4, 2024

vux not vue?

from vux.

airyland avatar airyland commented on May 4, 2024

use ``` html for better code review.

from vux.

bulolo avatar bulolo commented on May 4, 2024

image

from vux.

bulolo avatar bulolo commented on May 4, 2024

抱歉 vux写成vue,改正过来了。用了```,造成麻烦不好意思。
之前用了swiper 没问题。刚更新完,变成这样。

from vux.

airyland avatar airyland commented on May 4, 2024

@bulolo 目测又是打包时vue-loader依赖的html-minifier处理出问题了。得等我重新发布一次包。或者你直接引用.vue文件。

from vux.

airyland avatar airyland commented on May 4, 2024

在明天发布的v0.0.105中修复

from vux.

bulolo avatar bulolo commented on May 4, 2024

并没有修复,试了一下,依然出问题

from vux.

airyland avatar airyland commented on May 4, 2024

@bulolo 因为还没有发布出去

from vux.

bulolo avatar bulolo commented on May 4, 2024

0.0.105还是木有修复。。

from vux.

airyland avatar airyland commented on May 4, 2024

@bulolo 可以的呀

https://vux.li/api/v1/demo.html?components=Swiper&template=%3Cdiv%3E%0D%0A%20%20%3Cswiper%20%3Alist%3D%22list%22%20%3Aauto%3Dtrue%3E%3C%2Fswiper%3E%0D%0A%3Cdiv%3E&style=&script=export%20default%20%7B%0D%0A%20%20data%3A%20function%20()%20%7B%0D%0A%20%20%20%20return%20%7B%0D%0A%20%20%20%20%20%20list%3A%20%5B%7B%0D%0A%20%20%20%20%20%20%20%20url%3A%20%27http%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzAxNjU0MDYxMg%3D%3D%26ampmid%3D400385458%26ampidx%3D1%26ampsn%3D78f6b8d99715384bdcc7746596d88359%26ampscene%3D19%23wechat_redirect%27%2C%0D%0A%20%20%20%20%20%20%20%20img%3A%20%27http%3A%2F%2F7xqzw4.com2.z0.glb.qiniucdn.com%2F1.jpg%27%2C%0D%0A%20%20%20%20%20%20%20%20title%3A%20%27%E5%A6%82%E4%BD%95%E6%89%8B%E5%88%B6%E4%B8%80%E4%BB%BD%E7%A7%8B%E6%84%8F%E7%9A%84%E8%8C%B6%EF%BC%9F%27%0D%0A%20%20%20%20%20%20%7D%2C%20%7B%0D%0A%20%20%20%20%20%20%20%20url%3A%20%27http%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzAxNjU0MDYxMg%3D%3D%26ampmid%3D400160890%26ampidx%3D1%26ampsn%3D29ef02af25793a11a3f6aec92bfb46c1%26ampscene%3D19%23wechat_redirect%27%2C%0D%0A%20%20%20%20%20%20%20%20img%3A%20%27http%3A%2F%2F7xqzw4.com2.z0.glb.qiniucdn.com%2F2.jpg%27%2C%0D%0A%20%20%20%20%20%20%20%20title%3A%20%27%E8%8C%B6%E5%8C%85VS%E5%8E%9F%E5%8F%B6%E8%8C%B6%27%0D%0A%20%20%20%20%20%20%7D%2C%20%7B%0D%0A%20%20%20%20%20%20%20%20url%3A%20%27http%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzAxNjU0MDYxMg%3D%3D%26ampmid%3D400094682%26ampidx%3D1%26ampsn%3D8231a2053b772b2108784fccc254d28c%26ampscene%3D19%23wechat_redirect%27%2C%0D%0A%20%20%20%20%20%20%20%20img%3A%20%27http%3A%2F%2F7xqzw4.com2.z0.glb.qiniucdn.com%2F3.jpg%27%2C%0D%0A%20%20%20%20%20%20%20%20title%3A%20%27%E6%92%AD%E4%B8%8B%E8%8C%B6%E7%B1%BD%EF%BC%8C%E6%98%8E%E6%98%A5%E5%8F%AF%E5%8F%91%E8%8A%BD%EF%BC%9F%27%0D%0A%20%20%20%20%20%20%7D%5D%0D%0A%20%20%20%20%7D%0D%0A%20%20%7D%0D%0A%7D

from vux.

bulolo avatar bulolo commented on May 4, 2024

image

from vux.

airyland avatar airyland commented on May 4, 2024

是否已经引入了样式?

from vux.

bulolo avatar bulolo commented on May 4, 2024

https://github.com/airyland/vux/blob/master/src/demos/Swiper.vue
我把这个全部复制过来。然后改动
import { Swiper, GroupTitle, SwiperItem, XButton } from '../components/'
改为
import { Swiper, GroupTitle, SwiperItem, XButton } from 'vux'
image

from vux.

bulolo avatar bulolo commented on May 4, 2024

@import '~vux/vux.css';
加了这句好了。额。抱歉 马虎。非常感谢!

from vux.

airyland avatar airyland commented on May 4, 2024

😅

from vux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.