Skip to content

[vue] 你有自己用vue写过UI组件库吗? #358

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

[vue] 你有自己用vue写过UI组件库吗?

Activity

ccllff

ccllff commented on Jul 4, 2019

@ccllff

枫叶vue主页

  • {{item.title}}
        <dl v-if="item.list.length > 0">
          <dd v-for="(item2,index2) in item.list" :index="index2" :key="item2.title">
            <router-link :to="item2.route" exact>{{item2.title}}</router-link>
          </dd>
        </dl>
    
      </li>
    </ul>
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@ccllff

        Issue actions

          [vue] 你有自己用vue写过UI组件库吗? · Issue #358 · haizlin/fe-interview