Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ektx/v-macos

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ektx/v-macos

系统主框架

  • 0.0.6
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

v-macos

类似 Mac OS 的页面布局解决方案

更新

  • 添加了主菜单快速返回桌面功能

使用

HTML

<template>
	<div id="app">
		<VMacOSFrame />
	</div>
</template>

<script>
// 引入主界面
import { VMacOSFrame } from '@ektx/v-macos'

export default {
	name: 'app',
	components: { VMacOSFrame }
}
</script>

HTML

<template>
	<VMacOSDesktop hasRootNav />
</template>
import { VMacOSDesktop } from '@ektx/v-macos'

export default {
    name: 'index',
    components: {
        VMacOSDesktop
    }
}
  • hasRootNav [boolean] 是否启用组件自定义菜单

store.js 配置

// 引用对主菜单 mutation
import { MutaionMacOSTopbar } from '@ektx/v-macos'

export default new Vuex.Store({
    modules: {
        MutaionMacOSTopbar
    }
})

Keywords

FAQs

Package last updated on 05 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc