New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@atom-vue/runtime-dom

Package Overview
Dependencies
Maintainers
5
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atom-vue/runtime-dom

@vue/runtime-dom

alpha
Source
npmnpm
Version
3.0.1-beta.5
Version published
Weekly downloads
87
2075%
Maintainers
5
Weekly downloads
 
Created
Source

@vue/runtime-dom

import { h, createApp } from '@vue/runtime-dom'

const RootComponent = {
  render() {
    return h('div', 'hello world')
  }
}

createApp(RootComponent).mount('#app')

Keywords

vue

FAQs

Package last updated on 11 Apr 2024

Related posts