# x.surely-vue-table
**Repository Path**: peify/x.surely-vue-table
## Basic Information
- **Project Name**: x.surely-vue-table
- **Description**: 破解 Surely Vue Table 的授权限制,完美去除水印、去除控制台警告。
- **Primary Language**: TypeScript
- **License**: Unlicense
- **Default Branch**: main
- **Homepage**: https://github.com/fudiwei/x.surely-vue-table
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 8
- **Created**: 2025-01-22
- **Last Updated**: 2025-01-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
X Surely-Vue-Table
[](https://www.npmjs.com/package/@skit/x.surely-vue-table)
[](https://www.npmjs.com/package/@skit/x.surely-vue-table)
[](http://unlicense.org/)
---
## 简介
破解 [@surely-vue/table](https://github.com/surely-vue/surely-table) 的授权限制,完美去除水印、去除控制台警告。
支持 @surely-vue/table v2.x~v4.x 全版本(如果它的授权算法不改的话后续版本理论也同样支持),破解后等同于旗舰版。
> [!CAUTION]
> 🤫 仅供个人非盈利项目使用,商业用途请[支持正版](https://www.surely.cool/pricing)。
---
## 用法
### 1. 安装依赖:
```shell
> npm install @surely-vue/table # 需要你自行安装 @surely-vue/table
> npm install @skit/x.surely-vue-table
```
### 2. 破解授权:
```js
import { hackLicenseKey } from '@skit/x.surely-vue-table';
// SSR 模式下必须显式指定 `domain` 配置项参数;
// 否则可以不传,默认使用 `location.hostname`
hackLicenseKey({ domain: 'your-domain.com' });
```