• This project
    • Loading...
  • Sign in

Hooke / swx_weapp

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • swx
  • src
  • components
  • vant-weapp
  • overlay
  • index.wxml
  • hookehuyr's avatar
    更新vant-weapp版本到v1.11.7 · 038ab233
    038ab233
    hookehuyr authored 2025-08-18 20:59:43 +0800
index.wxml 164 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
<import src="./overlay.wxml" />

<root-portal wx:if="{{ rootPortal }}">
  <include src="./overlay.wxml" />
</root-portal>

<include wx:else src="./overlay.wxml" />