mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-25 11:59:27 +08:00
chore: API改为类,成员函数变量增加static关键字 & yarn lint
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
<template>
|
||||
<div v-if="commonConst.windows() || commonConst.linux()" class="drag-bar"></div>
|
||||
<div :class="!commonConst.windows() && !commonConst.linux() && 'drag'" id="components-layout">
|
||||
<div
|
||||
v-if="commonConst.windows() || commonConst.linux()"
|
||||
class="drag-bar"
|
||||
></div>
|
||||
<div
|
||||
:class="!commonConst.windows() && !commonConst.linux() && 'drag'"
|
||||
id="components-layout"
|
||||
>
|
||||
<div class="rubick-select">
|
||||
<Search
|
||||
:currentPlugin="currentPlugin"
|
||||
|
||||
Reference in New Issue
Block a user